go/build.Context.matchTag (method)
5 uses
go/build (current package)
build.go#L1867: return x.Eval(func(tag string) bool { return ctxt.matchTag(tag, allTags) })
build.go#L1881: func (ctxt *Context) matchTag(name string, allTags map[string]bool) bool {
build.go#L1960: return ctxt.matchTag(l[n-1], allTags) && ctxt.matchTag(l[n-2], allTags)
build.go#L1963: return ctxt.matchTag(l[n-1], allTags)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)